forum

home / developersection / forums / create checkbox style from code behind

Create CheckBox Style from code behind

Mark Devid 2340 25-Jan-2014

How can I create this from code ?

<Style x:Key="CheckBoxStyle" TargetType="{x:Type CheckBox}">
            <SetterProperty="Content">
                <Setter.Value>
                    <TextBlock Foreground="Blue" TextDecorations="Underline" FontWeight="Bold" />
                </Setter.Value>
            </Setter>
        </Style>

c# c# 
Updated on 25-Jan-2014
Mark Devid

Other


Message
Can you answer this question?

Answer

1 Answers

Liked By